std::type_index::type_index
From Cppreference
< cpp | types | type index
| type_index( const std::type_info& info );
| (since C++11) | |
Constructs the type index from std::type_info object.
[edit] Parameters
| info | - | type information object |
[edit] Example
| This section is incomplete |